home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
comm
/
tcp
/
AmigaTCP.lha
/
AmigaTCP
/
src
/
netrom.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-06-24
|
284b
|
12 lines
/*
* Define NET/ROM constants.
*/
#define NETROM_SIG 0xff /* Signature byte in NET/ROM datagrams */
struct nr {
struct interface *link; /* pointer to companion interface */
unsigned upd_freq; /* routing update frequency */
char ident[7]; /* my identifier 6 char + NUL */
};